FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterBase<T> Class / DataType Property

In This Topic
    DataType Property (ColumnFilterBase<T>)
    In This Topic
    Gets the type of data with which this filter operates.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataType As Type
    public Type DataType {get;}
    See Also